It's quite possible that say "buildmaster" and "smoketested" are the
same revision - but we should allow switching between them.
GOptionContext *context;
const char *new_ref = NULL;
gs_unref_object OstreeRepo *repo = NULL;
- gs_free char *origin_refspec = NULL;
gs_free char *origin_remote = NULL;
gs_free char *origin_ref = NULL;
gs_free char *new_revision = NULL;
error))
goto out;
- if (strcmp (ostree_deployment_get_csum (merge_deployment), new_revision) == 0)
- {
- g_print ("Refspec %s is unchanged\n", origin_refspec);
- }
- else
+ if (TRUE)
{
gs_unref_object GFile *real_sysroot = g_file_new_for_path ("/");